{% extends 'base_dashboard.html' %} {% block title %}Contact Inquiries — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Contact inquiries

Messages from the Help Center / Contact Us form

Total
{{ total_count }}
Open
{{ open_count }}
Resolved
{{ resolved_count }}
All Open Resolved
{% for inquiry in inquiries %} {% empty %} {% endfor %}
Ref Subject Topic From Status Date
{{ inquiry.reference }} {{ inquiry.subject }} {{ inquiry.get_topic_display }}
{{ inquiry.name }}
{{ inquiry.email }}
{% if inquiry.is_resolved %} Resolved {% else %} Open {% endif %} {{ inquiry.created_at|date:"d M Y H:i" }} View
No inquiries yet.
{% endblock %}